*{
    margin: 0px;
    padding: 0px;
    font-family: Lato, sans-serif;
    color: #151515;
    box-sizing: border-box;
  }
  header {
    width: 100%;
    box-shadow: 1px 1px 5px rgba(128, 128, 128, 0.527);
  }
  .contact {
    height: 45px;
    background: #ffd8cb;
  }
  .contact-container {
    padding: 12px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .head {
    background: #ffffff;
    height: 52px;
  }
  .contact a:focus,
  .contact a:active,
  .contact a:hover {
    color: #fffbfb;
    fill: #fffbfb;
    cursor: default;
  }
  .contact a {
    transition: all 0.3s ease-in-out;
    text-decoration: none;
  }
  ul {
    list-style-type: none;
    display: flex;
  }
  hr {
    opacity: 50%;
  }
  .nav-bar a {
    text-decoration: none;
    font-family: "Montserrat";
    color: #151515;
    font-size: 16px;
    line-height: 1.2;
    transition: 0.25s;
    letter-spacing: 0.05em;
    font-weight: 600;
    margin: 20px 0;
    padding: 0 10px;
  
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    transition-duration: 0.3s;
    transition-property: transform;
  }
  
  .nav-bar a:hover,
  .nav-bar a:focus,
  .nav-bar a:active {
    transform: scale(1.1);
  }
  
  .header {
    background-color: #fff;
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.1);
    position: fixed;
    width: 100%;
    z-index: 3;
  }
  
  .header ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    background-color: #fff;
  }
  .header li a {
    display: block;
    /* padding: 20px 20px; */
    /* border-right: 1px solid #f4f4f4; */
    text-decoration: none;
  }
  
  .head-a img {
    opacity: 50%;
    transition: all 0.3s;
  }
  .head-a img:hover {
    opacity: 100%;
  }
  
  .header .logo {
    display: block;
    float: left;
    /* font-size: 2em; */
    /* padding: 10px 20px; */
    text-decoration: none;
  }
  /* menu */
  
  .header .menu {
    clear: both;
    max-height: 0;
    transition: max-height 0.2s ease-out;
  }
  
  /* menu icon */
  
  .header .menu-icon {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    user-select: none;
    width: 100%;
  }
  
  .header .menu-icon .navicon {
    background: #333;
    display: block;
    height: 2px;
    position: relative;
    transition: background 0.2s ease-out;
    width: 18px;
  }
  
  .header .menu-icon .navicon:before,
  .header .menu-icon .navicon:after {
    background: #333;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    transition: all 0.2s ease-out;
    width: 100%;
  }
  
  .header .menu-icon .navicon:before {
    top: 5px;
  }
  
  .header .menu-icon .navicon:after {
    top: -5px;
  }
  
  /* menu btn */
  
  .header .menu-btn {
    display: none;
  }
  
  .header .menu-btn:checked ~ .menu {
    max-height: 450px;
  }
  
  .header .menu-btn:checked ~ .menu-icon .navicon {
    background: transparent;
  }
  
  .header .menu-btn:checked ~ .menu-icon .navicon:before {
    transform: rotate(-45deg);
  }
  
  .header .menu-btn:checked ~ .menu-icon .navicon:after {
    transform: rotate(45deg);
  }
  
  .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
  .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
    top: 0;
  }
  nav {
    padding: 3px;
  }
  
  h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 48px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 53px;
  }
  .h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 48px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 53px;
  }
  h2 {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
  }
  h3 {
    cursor: default;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    letter-spacing: 0;
    font-size: 20px;
    transition: all 0.3s ease-in-out;
  }
  h3:focus,
  h3:active,
  h3:hover {
    color: #ffd8cb;
  }
  h4 {
    margin-top: 14px;
    margin-bottom: 0;
    color: #151515;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 0;
    font-weight: bold;
  }
  .hr {
    width: 90px;
    border: 1px solid #ffd8cb;
    margin: 30px 0;
  }
  p {
    font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
      "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: #9b9b9b;
    text-align: center;
    max-width: 560px;
  }
  .button-block {
    display: flex;
    justify-content: space-between;
  }
  .button {
    overflow: hidden;
    padding: 11px 12px;
    font-size: 14px;
    line-height: 24px;
    border: 2px solid;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI",
      Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
    user-select: none;
    transition: 250ms all ease-in-out;
    border-radius: 25px;
  }
  a {
    text-decoration: none;
  }
  .button-first {
    color: #151515;
    background-color: #ffd8cb;
    border-color: #ffd8cb;
  }
  .button-second {
    color: #151515;
    background-color: none;
    border-color: #ffd8cb;
  }
  .button:hover,
  .button:active,
  .button:focus {
    background-color: #fcc7b6;
    border-color: #fcc7b6;
  }
  
  .button-first:hover,
  .button-first:active,
  .button-first:focus {
    background-color: #fcc7b6;
    border-color: #fcc7b6;
  }
  .button-second:hover,
  .button-second:active,
  .button-second:focus {
    background-color: #ffd8cb;
    border-color: #ffd8cb;
    color: white;
  }
  footer {
    background: #f6f6f6;
  }
  .footer-container a {
    color: #9b9b9b;
    transition: all 0.3s;
  }
  .footer-container a:hover {
    color: #fcc7b6;
  }
  .jumbotron {
    background-image: url("/aboutuspage/img/ap-x-90-bmM_IdLd1SA-unsplash.jpg");
    background-color: #cccccc; /* Used if the image is unavailable */
    background-position: 20%; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover;
  }
  .h1 {
    padding: 50px 0;
    margin-top: 0;
    margin-bottom: 0;
    color: #151515;
    font-family: Montserrat, sans-serif;
    letter-spacing: 0;
    font-size: 60px;
    line-height: 1.2;
    font-weight: 900;
  }
  .btn-top{
    bottom: 50px;
    right: 50px;
    position: fixed;
    background: #fcc7b6;
    transition: all .3s;
    padding: 19px 23px;
    box-shadow: 1px 1px 5px rgba(128, 128, 128, 0.527);
    border-radius: 1%;
  }
  .btn-top:hover{
    background: #151515;
  }
  .arrow-top{
    width: 15px;
    height: 15px;
  }

  .frame-map{
    width: 100%;
    max-height: 300px;
    box-shadow: 1px 1px 5px rgba(128, 128, 128, 0.527);
  }


  .about {
    box-shadow: 1px 1px 5px rgba(128, 128, 128, 0.527);
    background-color: #fff;
  }
  .ab-img {
    max-height: 80%;
  }
  .about-img {
    position: relative;
    margin: 0 0 50px;
  }
  .about-img:after {
    content: "";
    width: 100%;
    height: 80%;
    position: absolute;
    top: 10px;
    left: 25px;
    z-index: 1;
    border: 5px solid #ffd8cb;
  }
  .about-img img {
    max-width: inherit;
    height: auto;
    display: block;
    position: relative;
    z-index: 2;
    box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.25);
  }
  .about hr {
    width: 100%;
    border: 1px solid #ffd8cb;
    margin: 15px 0;
  }

  .expert {
    background-color: #f6f6f6;
  }
  .expert-card:hover {
    box-shadow: 0 0 22px rgba(0, 0, 0, 0.1);
  }
  .expert-card img {
    width: 200px;
  }
  .expert-card hr {
    margin: 0;
  }
  .expert-card ul {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  
  
  @media (min-width: 320px) {
    .container {
      max-width: 310px;
      margin: 0 auto;
    }
    .nav-bar {
      font-size: 16px;
    }
    nav {
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .contact {
      display: none;
    }
    .menu img {
      display: none;
    }
  
    .nav-bar ul {
      flex-direction: column;
      justify-content: space-between;
      align-items: center;
    }
    .nav-bar a:hover,
    .nav-bar a:active,
    .nav-bar a:focus {
      text-decoration: underline;
      text-decoration-color: #ffd8cb;
      text-shadow: 3px 3px 13px #ffd8cb;
    }
    .nav-bar li {
      margin: 5px 0;
    }
    .nav-logo {
      display: block;
    }
    .logo {
      display: none;
    }
    h1 {
      font-size: 28px;
      line-height: 33px;
    }
    .footer-container {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: center;
      font-size: 13px;
      color: #9b9b9b;
      padding: 5px 0px;
    }
    .jumbotron-container {
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 100%;
      height: auto;
      padding-top: 140px;
    }
    
  .about-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: max-content;
    padding: 80px 0px;
  }
  .about-img {
    padding: 0px 30px;
    height: 400px;
    margin: 0;
  }
  .about-info-block {
    max-height: 390px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .about-info-block .button {
    margin-top: 30px;
  }

  .expert-container {
    padding: 100px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .expert-card-info {
    padding: 20px 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .expert-card {
    width: 100%;
    /* max-width: 370px; */
    margin-left: auto;
    margin-right: auto;
    padding: 25px;
    border: 3px solid #f4f4f4;
    transition: all 0.3s;

    margin-top: 40px;
    background-color: rgba(255, 255, 255, 0.795);
    box-shadow: 2 2 5px rgba(0, 0, 0, 0);

    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .expert-card-info {
    padding: 30px 0px 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  .expert-card hr {
    margin: 40px 0;
  }
  .expert-card li {
    margin: 5px 0;
  }
}

@media (min-width: 768px) {
    .container {
      max-width: 730px;
      margin: 0 auto;
    }
    .header {
      position: absolute;
    }
    .contact {
      display: block;
    }
    .menu img {
      display: block;
    }
    .nav-logo {
      display: none;
    }
    .logo {
      display: block;
    }
    nav {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 0;
    }
    .nav-bar ul {
      width: 100%;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
    }
    .nav-bar a {
      padding-right: 10px;
      padding-left: 3px;
    }
    .nav-bar a:hover,
    .nav-bar a:active,
    .nav-bar a:focus {
      text-decoration: underline;
      text-decoration-color: #ffd8cb;
      text-shadow: 3px 3px 13px #ffd8cb;
    }
    .mobile-container {
      display: none;
    }
  
    .header li {
      float: left;
    }
    .header .menu {
      clear: none;
      float: right;
      max-height: none;
    }
    .header .menu-icon {
      display: none;
    }
    .button-block {
      justify-content: space-between;
      max-width: 395px;
    }
    .button {
      padding: 11px 32px;
      max-width: max-content;
    }
    .footer-container {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      font-size: 16px;
      color: #9b9b9b;
      letter-spacing: 0.05em;
      line-height: 1.5;
      font-weight: 400;
      padding: 5px;
    }
    .jumbotron-container {
      align-items: flex-start;
    }
    
  .about-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: max-content;
    padding: 100px 0px 0;
  }
  .about-img {
    height: 430px;
  }
  .about-info-block {
    padding: 0px 120px;
    max-height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  
  .expert-card-info {
    padding: 0px 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }
  .expert-card {
    width: 100%;
    /* max-width: 370px; */
    margin-left: auto;
    margin-right: auto;
    padding: 25px;
    border: 3px solid #f4f4f4;
    transition: all 0.3s;

    margin-top: 40px;
    background-color: rgba(255, 255, 255, 0.795);
    box-shadow: 2 2 5px rgba(0, 0, 0, 0);

    display: flex;
    flex-direction: row;
  }
  .expert-card-info {
    padding: 20px 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media (min-width: 1200px) {
    .container {
      max-width: 920px;
      margin: 0 auto;
    }
    .contact {
      display: block;
    }
    .nav-bar ul {
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
    }
    .nav-bar a:hover,
    .nav-bar a:active,
    .nav-bar a:focus {
      text-decoration: underline;
      text-decoration-color: #ffd8cb;
      text-shadow: 3px 3px 13px #ffd8cb;
    }
}